.cathedsrb {
  font-size: 14px;
}

.navbar-brand img {
  width: 115px;
}

.header-search-form {
  position: relative;
  width: 525px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(255, 255, 255);
  border-radius: 0.8rem;
  box-shadow: rgba(28, 28, 28, 0.08) 0px 2px 4px;
  border: 1px solid rgb(232, 232, 232);
  height: 50px;
  padding: 0px 5px;
}

.header-search-form .select2-container--default .select2-selection--single {
  border: none;
}

.header-search-form .locate-me {
  background: #ececec none repeat scroll 0 0;
  color: #666;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 3px;
  position: absolute;
  right: 14px;
  top: 9px;
}

.header-search-form .location-dropdown i {
  left: 10px;
  position: absolute;
  top: 12px;
  z-index: 9;
}

.header-search-form .select2-selection {
  border-radius: 0.25rem !important;
  height: 40px !important;
  outline: none !important;
}

.header-search-form select {
  border: none;
}

.header-search-form .select2-selection__rendered {
  font-size: 15px;
  line-height: 37px !important;
  padding: 0 28px 0 31px !important;
}

.header-search-form .select2-selection__arrow {
  right: 9px !important;
  top: 8px !important;
}

.header-search-form .location-dropdown {
  width: 30%;
}

.header-search-form .searchfield {
  width: 69%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.header-search-form .searchfield input {
  height: 40px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.hicrMn {
  width: 0rem;
  height: 2rem;
  border: 0.05rem solid rgb(207, 207, 207);
}

.font-30 {
  font-size: 30px;
}

.homepage-ad .item,
.homepage-ad2 .item {
  padding: 5px;
}

.sbrbgbanner {
  position: absolute;
  top: 0;
  z-index: 1;
}

.sbrbgbanner .sximg {
  height: 550px;
}

.containesdas {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  box-shadow: rgba(28, 28, 28, 0.08) 0px 2px 4px;
}

.homepage-add-section {
  padding-top: 116px !important;
  background: #fbfbfb !important;
}

.banner-overlay {
  position: absolute;
  background: #00000036;
  width: 100%;
  height: 475px;
  z-index: 0;
  top: 75px;
}

.filterTba {
  display: grid;
  padding: 15px;
  position: relative;
  filter: grayscale(1);
}

.filterTba.active {
  filter: grayscale(0);
}

.filterTba.active ::after {
  content: "";
  width: 29px;
  height: 2px;
  color: red;
  background-color: red;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

.filterTba span {
  margin-top: 5px;
  color: #000;
}

.srb-state-tyep {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.srb-state-tyep .srb-category-item {
  width: 100px;
  border: 1px solid #ff73731f;
}

.srb-state-tyep .srb-category-item h6 {
  font-size: 11px;
}

.owl-carousel-category2.owl-theme .owl-nav button {
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
}

.owl-carousel-category2.owl-theme .owl-nav button i {
  line-height: 30px !important;
}

.list-card-body h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-card {
  border: 1px solid #ff300817;
}

.srb-category-item img {
  width: 75px;
  height: 75px;
}

@media (max-width: 575.98px) {
  .srb-nav {
    padding: 0 15px;
  }

  .header-search-form {
    display: none !important;
  }

  .containesdas {
    position: relative;
    left: 0;
    right: 0;
    top: -60px;
    bottom: unset;
    padding: 15px;
  }

  .sbrbgbanner .sximg {
    height: 250px;
  }

  .homepage-search-block {
    padding-bottom: 0 !important;
  }

  .homepage-add-section {
    padding-top: 30px !important;
    background: #fbfbfb !important;
  }
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: -18vw; /* Hide the sidebar initially */
  overflow-x: hidden;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(216 216 216) 35%, rgb(255 188 188) 100%);
  backdrop-filter: blur(11px);
  transition: 0.5s;
  border-right: 1px solid #ffbdbd;
  transition: all 0.5s ease-in-out;
}
.sidebar.active {
  left: 0;
  width: 18vw;
  z-index: 1000;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
}

.sidebar ul li {
  padding: 10px 10px;
  border-bottom: 1px dashed #a3a3a3;
  text-align: center;
}

.sidebar a {
  text-decoration: none;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  background-color: #555;
}

.sidebar .navbar-brand {
  text-align: center;
  padding: 20px 0px;
}
.overlay {
  position: fixed; /* Fixed position to cover the entire viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  z-index: 999; /* Adjust the z-index to ensure it's on top of other elements */
  display: none; /* Initially hidden */
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
}
.imgks {
  border-radius: 50%;
  border: 1px solid #DDD;
  width: 15%;
}